runtime.p.id (field)
15 uses
runtime (current package)
debuglog.go#L113: l.w.varint(int64(gp.m.p.ptr().id))
mgc.go#L662: println("runtime: p", p.id, "flushGen", fg, "!= sweepgen", mheap_.sweepgen)
mgc.go#L1501: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
mgcpacer.go#L713: myID := gp.m.p.ptr().id
proc.go#L5053: pp.id = id
proc.go#L5246: if gp.m.p != 0 && gp.m.p.ptr().id < nprocs {
proc.go#L5847: print(pp.id)
proc.go#L6080: timerpMask.clear(pp.id)
proc.go#L6106: idlepMask.set(pp.id)
proc.go#L6132: timerpMask.set(pp.id)
proc.go#L6133: idlepMask.clear(pp.id)
proc.go#L6572: return int(mp.p.ptr().id)
runtime2.go#L622: id int32
trace.go#L866: hdr[0] = uint64(pp.id)<<1 | 0b1
trace.go#L1034: return mp, p.id, &p.trace.buf
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |